Skip to content

Latest commit

 

History

History

Annotations as JSON object

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Export and import annotations in a PDF document as JSON object

Sample to export and import annotations in a PDF document. Here, the annotations are exported to a JSON object and then import the JSON object to a PDF document.

Note: Existing annotations need to be deleted if importing to the same PDF document.

Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/how-to/import-annotations-as-objects

Project pre-requisites

To run this application, you need Visual Studio 2019 or later versions.

Deploying and running the sample

To debug while running the application, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.